100 OLE initialization failed. Make sure that the OLE libraries are the correct version.
101 &About LTSample...
102 turboCAD's Local Server already created
103 IMSIGX in-proc server already created
104 Object is not a TurboCAD application!
105 Couldn't create TurboCAD's local server!
106 Couldn't create IMSIGX in-process server!
107 Create application first
108 Select Drawing first
109 Index
110 R/W
111 Name
112 Type
113 Value
114 ID
115 Cann't process propery value
116 Modified array
117 Source array
118 Access to Selection collection denied
119 Select one symbol only, please !
120 Cann't get collection
121 The Name of the new property is need
122 The type of the property is need.
123 Cann't add property : %s
124 Symbol has been selected
125 Cann't select symbol
126 Cann't fet pick entry
127 Symbol has been unselected
128 Application has been created !
129 "Paste" method failed
130 Symbol has been removed from drawing.\n
131 Can't explode symbol
132 Qery succeeded
133 Query Failed
134 This function will select graphics based on specified criteria. The query\nlanguage is defined as follows:\n"query" -> "expr"\n"expr" -> "expr" OR "expr" | "expr" AND "expr" | ("expr") |\nNOT "expr" | "atom"\n"atom" -> ALL | SELECTED | "field_name" "relation" "value"\n"rel" -> = | | < | <= | > | >=\n"field_name" -> "string" | "any_string"\n"value" -> "string" | "any_string"\n"string" -> string without spaces which is not a keyword and doesn't\nhave any reserved characters\n"any_string" -> string without any double quote marks, may have spaces\nKeywords for query are:\nALL, SELECTED, OR, AND, NOT\nReserved characters are:\n=, <, >, ", (, )\nPrecedence (in decending order):\n()\nNOT\nAND\nOR\n\n\n\n\n\nInput Parameters\n\nString s string for searchAn emptyquery is equivalent to SELECTED. Use TCWSelectionCount and TCWSelectionAtto cyclethrough the selected graphics.